Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #14

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open

Dev #14

wants to merge 47 commits into from

Conversation

pratikbin
Copy link
Member

No description provided.

- bazel: add sendbox_debug, verbose failures, test output to all, add buildifier, add bazelisk version step, add zipper tar with multiplatform builds,
- Add table based output for the zipped files
- docs: remove bazel.md, todo.md, update readme.md
commit 2603cfd
Merge: 599b319 65ffead
Author: Pratik <[email protected]>
Date:   Thu Feb 24 23:10:30 2022 +0530

    Merge branch 'main' into dev

commit 599b319
Author: Pratik <[email protected]>
Date:   Thu Feb 24 22:58:22 2022 +0530

    docs: remove tools and tech stack

commit 0a8b539
Author: Pratik <[email protected]>
Date:   Thu Feb 24 22:57:04 2022 +0530

    Feat: channels based zip worker (#8)

    * init

    * ci: bazel build

    * ci: fix bazel

    * ci: add bazel test and build

    * ci: fix caching

    * ci: enable test race

    * ci: enable race test, static and pure go bin

    * ci: add jobs for parallel testing

    * Working zipper

    * refactor code into packages

    * feat: restructur code

    * test: enable race testing

    * ci: add windows in testing

    * ci: fix windows target issue

    * cI: fix test job step

    * ci: add another `/`

    * ci: add bash trace

    * ci: add runner.os instead of env

    * ci: fix runner.os name

    * ci: fix target frontend env

    * feat: continues user input for zip

    * ci: remove winodws instance

    * fix: remove bazel

    - Project is small and bazle is kinda overkill for this one so removing is for now

    Co-authored-by: Pratik <[email protected]>

commit f19fe88
Author: Pratik Balar <[email protected]>
Date:   Thu Feb 10 11:22:52 2022 +0530

    fix: .devcontainer

commit 9506e21
Author: Pratik Balar <[email protected]>
Date:   Thu Feb 10 11:22:45 2022 +0530

    fix: remove resizer

commit 18940c0
Author: Pratik Balar <[email protected]>
Date:   Thu Feb 10 11:14:37 2022 +0530

    ci: ran staticcheck

commit 1120df2
Merge: a58d42a 5fb790a
Author: Pratik <[email protected]>
Date:   Wed Feb 9 23:41:52 2022 +0530

    Merge branch 'main' into dev

commit a58d42a
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 9 23:39:20 2022 +0530

    chore: add .devcontainer

commit 0966e1f
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 9 23:39:02 2022 +0530

    docs: goreport card, add bake targets and platform, testing

commit 78ee91a
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 9 18:49:03 2022 +0530

    perf: reset buffer and flush zipwriter

commit e1cfbe2
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 9 18:48:05 2022 +0530

    chore: ingore cpu, mem and trace files

commit 40446d1
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 9 18:47:35 2022 +0530

    feat(dockerfile): container image

commit f70cd95
Author: Pratik Balar <[email protected]>
Date:   Tue Feb 8 13:03:48 2022 +0530

    chore: remove comments, move zipDest vars to above

commit c13d699
Author: Pratik Balar <[email protected]>
Date:   Tue Feb 8 12:59:06 2022 +0530

    feat: buffer based zip size prediction

commit 68c478b
Author: Pratik Balar <[email protected]>
Date:   Sun Feb 6 18:25:29 2022 +0530

    feat: add goleak and profiling

commit f072ea2
Author: Pratik Balar <[email protected]>
Date:   Sat Feb 5 21:17:07 2022 +0530

    test: revert container based testing

commit b07a5ff
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 09:53:21 2022 +0530

    test: enable cgo for tests

commit 164cd3e
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 09:30:29 2022 +0530

    test: remove CGO

commit 65956f2
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 09:17:18 2022 +0530

    tes: add gcc for race testing

commit f1bf2a7
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 09:07:14 2022 +0530

    ci: enable cgo for race testing

commit 8f60eec
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 08:56:06 2022 +0530

    chore: fix race

commit 76ead47
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 08:51:20 2022 +0530

    chore: fix testing

commit 6e04328
Author: Pratik Balar <[email protected]>
Date:   Wed Feb 2 08:48:07 2022 +0530

    chore: static no of files in testing

commit 8e83609
Author: Pratik Balar <[email protected]>
Date:   Sun Jan 23 09:53:31 2022 +0530

    dockerfile: add code to run tests

commit 8fdfb2d
Author: Pratik Balar <[email protected]>
Date:   Sun Jan 23 09:51:42 2022 +0530

    dockerfile: add GO_VERSION args

commit f4dc2e7
Author: Pratik Balar <[email protected]>
Date:   Sun Jan 23 09:49:52 2022 +0530

    ci: fix bake file

commit 84277f4
Author: Pratik Balar <[email protected]>
Date:   Sun Jan 23 09:48:22 2022 +0530

    ci: add test target

commit 76d4465
Author: Pratik <[email protected]>
Date:   Sun Jan 23 09:46:14 2022 +0530

    ci: fix

commit 75deb0d
Author: Pratik Balar <[email protected]>
Date:   Sun Jan 23 09:44:49 2022 +0530

    feat: docker testing with multi arch
- Remove unused structs and global variables
- Fix file file permission
- Add golang lint and gosec
- Remove concourse file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant