Community
Participate
Working Groups
We could detect the case where a GET /git/commit is called for a history state which hasn't been changed since the last /git/commit request. This could be accomplished by using an ETag and/or If-Modified-Since header to make GET return 304 (Not Modified).
This could make a huge difference when init'ing a new repo on the Repos page. Currently, after the new repo has been added logs for the other repos are fetched again. Adding the new repo should be a quick operation, waiting for the page to reload takes way too much time.
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html