-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat(feature-activation): implement get endpoint #634
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #634 +/- ##
==========================================
+ Coverage 83.78% 83.85% +0.07%
==========================================
Files 246 247 +1
Lines 20309 20383 +74
Branches 2753 2756 +3
==========================================
+ Hits 17016 17093 +77
+ Misses 2711 2710 -1
+ Partials 582 580 -2
|
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
from
May 30, 2023 20:20
09725e2
to
5cf821f
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
4 times, most recently
from
May 30, 2023 21:13
fddc093
to
a92e925
Compare
msbrogli
requested changes
May 31, 2023
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
2 times, most recently
from
May 31, 2023 13:46
df3c551
to
f61e868
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
May 31, 2023 13:51
a92e925
to
c250dc5
Compare
msbrogli
previously approved these changes
Jun 1, 2023
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
from
June 2, 2023 03:20
f61e868
to
a0db26c
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
2 times, most recently
from
June 5, 2023 20:39
7c0d2f5
to
ecd3d89
Compare
jansegre
previously approved these changes
Jun 6, 2023
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
from
June 7, 2023 15:55
8a97f48
to
3008ef3
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
June 7, 2023 15:58
ecd3d89
to
f40f182
Compare
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
from
June 9, 2023 20:21
3008ef3
to
2de80c1
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
June 9, 2023 20:28
f40f182
to
35836ff
Compare
glevco
force-pushed
the
feat/feature-activation/bit-count-optimization
branch
2 times, most recently
from
June 13, 2023 22:30
a71cd1b
to
0bc0df8
Compare
Base automatically changed from
feat/feature-activation/bit-count-optimization
to
master
June 14, 2023 01:01
glevco
dismissed stale reviews from jansegre and msbrogli
June 14, 2023 01:01
The base branch was changed.
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
June 14, 2023 01:08
c19de4b
to
2ad1126
Compare
msbrogli
approved these changes
Jun 14, 2023
jansegre
approved these changes
Jun 14, 2023
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
June 14, 2023 14:04
2ad1126
to
f3f3d19
Compare
glevco
force-pushed
the
feat/feature-activation/get-endpoint
branch
from
June 14, 2023 14:49
f3f3d19
to
659da6d
Compare
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on #633
Acceptance Criteria
GET /feature
endpointResolves #632